home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Science⁄Math / Gnuplot 3.5 for Macintosh / SOURCES 3.5 / config.status < prev    next >
Text File  |  1993-11-03  |  2KB  |  69 lines

  1. #!/bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host paris.cma.fr:
  6. #
  7. # ./configure 
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh ./configure  ;;
  14.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile docs/Makefile docs/latextut/Makefile; exit 1' 1 3 15
  19. CC='cc'
  20. INSTALL='cp'
  21. INSTALL_PROGRAM='$(INSTALL)'
  22. INSTALL_DATA='$(INSTALL)'
  23. LASERGNU='lasergnu_noinstall'
  24. X_INCLUDES='-I/usr/include'
  25. X_LIBRARIES='-L./lib -lX11'
  26. PROGS='gnuplot_x11'
  27. CPP='cc -E'
  28. LIBS=''
  29. srcdir='.'
  30. DEFS=' -DREADLINE=1 -DNOCWDRC=1 -DX11=1 -DTERMIOS=1 -DGAMMA=gamma -DGETCWD=1 -DMEMCPY=1 -DMEMSET=1 -DUNIX=1 -DNOVFORK=1 -Dunix=1'
  31. prefix=''
  32. exec_prefix=''
  33. prsub=''
  34.  
  35. top_srcdir=$srcdir
  36.  
  37. # Allow make-time overrides of the generated file list.
  38. test -n "$gen_files" || gen_files="Makefile docs/Makefile docs/latextut/Makefile"
  39.  
  40. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  41.   srcdir=$top_srcdir
  42.   # Remove last slash and all that follows it.  Not all systems have dirname.
  43.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  44.   if test "$dir" != "$file"; then
  45.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  46.     test ! -d $dir && mkdir $dir
  47.   fi
  48.   echo creating $file
  49.   rm -f $file
  50.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  51.   sed -e "
  52. $prsub
  53. s%@CC@%$CC%g
  54. s%@INSTALL@%$INSTALL%g
  55. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  56. s%@INSTALL_DATA@%$INSTALL_DATA%g
  57. s%@LASERGNU@%$LASERGNU%g
  58. s%@X_INCLUDES@%$X_INCLUDES%g
  59. s%@X_LIBRARIES@%$X_LIBRARIES%g
  60. s%@PROGS@%$PROGS%g
  61. s%@CPP@%$CPP%g
  62. s%@LIBS@%$LIBS%g
  63. s%@srcdir@%$srcdir%g
  64. s%@DEFS@%$DEFS%
  65. " $top_srcdir/${file}.in >> $file
  66. fi; done
  67.  
  68. exit 0
  69.